home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / PGUIDE / BIBLIO / BIBLIO.BAS next >
Encoding:
BASIC Source File  |  1996-09-16  |  178 b   |  5 lines

  1. Attribute VB_Name = "Module1"
  2. 'Declaration for WinHelp
  3. Declare Function OSWinHelp% Lib "User" Alias "WinHelp" (ByVal hwnd%, ByVal HelpFile$, ByVal wCommand%, dwData As Any)
  4.  
  5.